-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add docs about logs #2432
Add docs about logs #2432
Conversation
To view this pull requests documentation preview, visit the following URL: docs.page/leancodepl/patrol~2432 Documentation is deployed and generated using docs.page. |
docs/logs.mdx
Outdated
If you're using this version but you don't see any logs, check if you have your own `PatrolTesterConfig` passed | ||
to `patrolTest()`. If yes, add `printLogs: true` argument to this constructor. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't see any logs
If user don't see any logs, than it will be another problem. This flag steer only showing test steps from patrol_finders actions. E.g. native action steps still will be printed.
docs/logs.mdx
Outdated
- --[no-]show-flutter-logs -> Show Flutter logs while running the tests. (Available only in `patrol test`) | ||
- --[no-]hide-test-steps -> Hide test steps while running the tests. | ||
- --[no-]clear-test-steps -> Clear test steps after the test finishes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will be useful to add here default values (for clear-test-steps it's true).
Maybe this should be a table with columns:
- flag
- default value
- available in test/develop
- description
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
No description provided.